#!/bin/sh

# stop service
if ( test `ps -acx | grep -e "ZFX Tools startup" | cut -c 1-5` ) then
 kill -9 `ps -acx | grep -e "ZFX Tools startup" | cut -c 1-5`
fi
